body {
  background-color: lightblue;
  background: url('./images/background.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  z-index:-100;
}

.container-fluid.ly-content {
	background: rgba(255,255,255,0.0) !important;
}

h1 {
  color: white !important;
}

.col-md-12 > p:nth-child(2) {
  color: white !important;
}

#Form > div.ly-fullwrapper > header > div {
	padding-top: 15px;
	padding-bottom: 15px;
}

@media (min-width: 768px) {
	#Form > div.ly-fullwrapper > header > div {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
